Index
Overview
Java is an object oriented language with the intention of "write once, run aywhere"
Relationship With Other Languages/Tools
- Android API.. -- A java like language used to develop Android applications
- Groovy -- Java-syntax-compatible oop language that adds dynamic programming (and other things) to the underlying Java-like core
- Scala -- aims to enhace Java especially adding more functional programming features
- Java Spring -- A web framework where Java is the "M" and "C" in the MVC, and the "V" is HTML-based
References
Java Fundamentals (Chapter 203)